home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xreshit.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  890 b   |  40 lines

  1. // ===================
  2. // RESIN VEHICLE HIT
  3. // ===================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 2
  9. particleClass1 = "xreshit.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xreshit.puff"
  13. particleCount2 = 1
  14. particleVeloc2 = "10.0 10.0 10.0"
  15. particleBias2 = "0.0 3.0 0.0"
  16.  
  17. [Core]
  18. simulateBase = "sim_null"
  19. lifeTime = 0.5
  20. renderBase = "draw_twirl"
  21. textureName = "gunk.tga"
  22. textureBlend = "srcalpha invsrcalpha modulatealpha"
  23. startColor = "95 127 0 127"
  24. finishColor = "95 127 0 0"
  25. startRadius = 1.0
  26. finishRadius = 5.0
  27. animateTime = 0.5
  28.  
  29. [Puff]
  30. simulateBase = "sim_ember"
  31. lifeTime = 2.0
  32. renderBase = "draw_twirl"
  33. textureName = "gunk.tga"
  34. textureBlend = "srcalpha invsrcalpha modulatealpha"
  35. startColor = "95 127 0 255"
  36. finishColor = "95 127 0 0"
  37. startRadius = 0.1
  38. finishRadius = 0.1
  39. animateTime = 2.0
  40.